/**
* gtk_container_forall:
* @container: a #GtkContainer
- * @callback: (scope call): a callback
+ * @callback: (scope call) (closure callback_data): a callback
* @callback_data: callback user data
*
* Invokes @callback on each child of @container, including children
* of the container, but were added by the container implementation
* itself. Most applications should use gtk_container_foreach(),
* rather than gtk_container_forall().
+ *
+ * Virtual: forall
**/
void
gtk_container_forall (GtkContainer *container,